Overload | Description |
---|---|
EntityQuery<T> Constructor() | Construct a new query. |
EntityQuery<T> Constructor(String) | Construct a new query with the specified entity set name. |
EntityQuery<T> Constructor(String,EntityManager) | Construct a new query with specified entity set name and EntityManager. |
EntityQuery<T> Constructor(EntityQuery) | Casts an EntityQuery to an EntityQuery{T}. |
EntityQuery<T> Constructor(EntityQuery<T>) | Copy constructor. |
EntityQuery<T> Constructor(Expression,IQueryable) | Constructs a new query from the Expression and an IQueryable ( either another EntityQuery or an EntityGroup); |
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family